home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000389_fdc@columbia.edu_Mon Feb 25 11:55:33 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  44 lines

  1. Article: 13237 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Help with MultiTech MT5634ZBA - what modem type is compatable ?
  6. Date: 25 Feb 2002 11:55:26 -0500
  7. Organization: Columbia University
  8. Lines: 27
  9. Message-ID: <a5dq9u$qkt$1@watsol.cc.columbia.edu>
  10. References: <3C7A6C73.BA8D4B5B@csc.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1014656127 15563 128.59.39.139 (25 Feb 2002 16:55:27 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 25 Feb 2002 16:55:27 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13237
  16.  
  17. In article <3C7A6C73.BA8D4B5B@csc.com>, David Smart  <dsmart@csc.com> wrote:
  18. : I have used Multitech modems before - but have a 
  19. : recent addition - a MT5634ZBA external. 
  20. : Unfortunatly, I've now discovered that this modem is not 
  21. : a legacy MultiTech modem, and neither the Kermit 'multitech' 
  22. : nor 'generic-high-speed' work well when I have to set 
  23. : specific protocol options.
  24. : {The $#*& Medicare TrailBlazers site doesn't seem 
  25. : to auto-negotiate consistently so I'd like to limit 
  26. : the speed and protocols.} 
  27. : According to the MultiTech website - 
  28. : http://www.multitech.com/DOCUMENTS/manuals/S0000072.pdf
  29. : this modem is a 'Lucent Venus' chipset. 
  30. : Any suggestions what Kermit supported modem,  
  31. : if any, would be a good match to this one ?? 
  32. In C-Kermit 8.0 try:
  33.  
  34.   set modem type lucent
  35.  
  36. If you don't have C-Kermit 8.0, pick it up here:
  37.  
  38.   http://www.columbia.edu/kermit/ckermit.html
  39.  
  40. - Frank
  41.